home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19980901-19981211 / 000334_news@newsmaster….columbia.edu _Fri Nov 20 12:07:00 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id MAA07230
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 20 Nov 1998 12:06:59 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id MAA08055
  7.     for kermit.misc@watsun; Fri, 20 Nov 1998 12:06:59 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!jaltman
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Kermit-95 APC and screen flicker
  12. Date: 20 Nov 1998 17:06:57 GMT
  13. Organization: Columbia University
  14. Lines: 46
  15. Message-ID: <7347jh$fe8$1@apakabar.cc.columbia.edu>
  16. References: <u93e7exsa8.fsf@wcl-l.bham.ac.uk>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:9541
  19.  
  20. In article <u93e7exsa8.fsf@wcl-l.bham.ac.uk>,
  21. Brian McCauley  <B.A.McCauley@bham.ac.uk> wrote:
  22. : We've just started upgrading from MS-Kermit to K95.
  23. : We use APC to send some very quick commands to alter the terminal
  24. : settings.
  25. : In MS-Kermit APC does not cause significant flicker because the
  26. : command mode screen is not preserved after entering connect mode.
  27. : In M-95 the connect mode screen is momentarily replaced by the command
  28. : mode screen.
  29. : This is ugly if all I was doing was changing the terminal settings.
  30. : Is there any way to get back the MS-Kermit behaviour?
  31. : Alternatively is there some other trick I could be using?
  32.  
  33. The MS-DOS Kermit behavior is not different from the Kermit 95 behavior.
  34. In order for an APC to be evaluated the command parser must be activated.
  35. There are no restrictions on what can be put in an APC.  Therefore, the
  36. command screen must be activated.  Otherwise, the user would not be able
  37. to see command output or be able to respond to prompts for input.
  38.  
  39. If all you want to do is change terminal emulation parameters then there
  40. are most likely escape sequences defined for the terminal emulation that
  41. will do what you desire.  An APC would not be necessary for that.
  42.  
  43. : While on the subject of APC.  Any chance one could have better control
  44. : of APC?  Could we perhaps have APC strings passed as an argument to a
  45. : user-provided macro?
  46. : This would be most useful if the kermit command lanuage had something
  47. : like the bourne-shell "eval".  Is there such a beast?
  48.  
  49. I'm not sure what you are asking here.  An APC can include user defined
  50. macros.  
  51.  
  52. As far as 'eval' goes.  Simply define a macro to be the commands you want 
  53. executed and then call it.  
  54.  
  55.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  56.                  The Kermit Project * Columbia University
  57.               612 West 115th St #716 * New York, NY * 10025
  58.   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org